Welcome![Sign In][Sign Up]
Location:
Search - dct s

Search list

[Special EffectsDCT-transform

Description: 这是一个非常有用的DCT变换的原代码,用c语言编写,希望对大家有帮助。-This is a very useful DCT's original code using the c language, and I hope to be helpful.
Platform: | Size: 134300 | Author: 何忠 | Hits:

[Graph programDCT(sse2)

Description: 用SSE2汇报语言实现的H.264视频编码标准中的DCT变换。-using SSE2 reporting language of H.264 video coding standard of DCT.
Platform: | Size: 24576 | Author: 王宏志 | Hits:

[VHDL-FPGA-VerilogDCT_vhdl

Description: IDCT-M is a medium speed 1D IDCT core -- it can accept a continous stream of 12-bit input words at a rate of -- 1 bit/ck cycle, operating at 50MHz speed, it can process MP@ML MPEG video -- the core is 100% synthesizable-IDCT-M is a medium speed 1D IDCT core-- it ca n accept a continuous stream of 12-bit input word 's at a rate of-- 1 bit/ck cycle, operating at 50MHz speed, it can process MP @ ML MPEG video-- the core is 100 % synthesizable
Platform: | Size: 10240 | Author: 陈朋 | Hits:

[VHDL-FPGA-Verilogmdct.tar

Description: 这是06年4月刚刚完成的程序,从opencore.org下载而来。用vhdl语言描写,以及matlab仿真,testbench,以及在xinlinx上的综合。 The MDCT core is two dimensional discrete cosine transform implementation designed for use in compression systems like JPEG. Architecture is based on parallel distributed arithmetic with butterfly computation. -This is April 06 had just completed the process, from opencore.org downloaded from. Vhdl description language used, and Matlab simulation, testbench, and the Comprehensive xinlinx. The MDCT core is two dimensional discrete cosin e transform implementation designed for use in JPEG compression systems like. Architecture i 's based on parallel distributed arithmetic wit h butterfly computation.
Platform: | Size: 1767424 | Author: 陈朋 | Hits:

[Special EffectsDCT-transform

Description: 这是一个非常有用的DCT变换的原代码,用c语言编写,希望对大家有帮助。-This is a very useful DCT's original code using the c language, and I hope to be helpful.
Platform: | Size: 134144 | Author: 何忠 | Hits:

[Special Effectsimp0new

Description: 几个程序,Wallis变换,DCT变换,形态学操作-several procedures, Wallis transform, DCT, morphological operations
Platform: | Size: 3820544 | Author: 杨敏 | Hits:

[Special EffectsDCTofJPEG

Description: 用verilog代码写的JPEG压缩核心模块DCT变换之蝶形单元算法-verilog code written using JPEG compression core module DCT's butterfly modules algorithm
Platform: | Size: 1024 | Author: 叶人杰 | Hits:

[Crack HackDCTwatermark

Description: 基于dct的数字图像水印技术的matlab源代码。大家共享-DCT-based digital image watermarking technique matlab source code. U.S. share
Platform: | Size: 441344 | Author: 张娜 | Hits:

[Special Effectsidct

Description: IDCT变换源程序,基于Chen s DCT-IDCT transform source code, based on the Chen s DCT
Platform: | Size: 1024 | Author: 宫曙光 | Hits:

[Graph programdct

Description: dct变换的源码,谢谢大家了。这里是个好环境,希望能在里面学到很多东西!-DCT transform of the source, I would like to thank the U.S.. Here is a good environment, and hope to be able to learn a lot there!
Platform: | Size: 2048 | Author: cs | Hits:

[AlgorithmFDCT

Description: 快速离散余弦变换程序,运行于TI公司的DSP-Fast discrete cosine transform process, running on TI s DSP
Platform: | Size: 64512 | Author: | Hits:

[Special Effectsdct_watermark

Description: VC实现水印的嵌入和提取的全套算法 DCT变化域嵌入、提取 Torus变换对水印处理-VC realize watermark embedding and extraction algorithm of the full set of changes in DCT domain embedding, watermark extraction Torus transform treatment
Platform: | Size: 760832 | Author: fish | Hits:

[Compress-Decompress algrithmsVR_ZS_LiLi

Description: 好的水印的matlab dct,dwt代码,-something about watermark it s good for you
Platform: | Size: 620544 | Author: 秦伟 | Hits:

[Post-TeleCom sofeware systemsOFDMsystembasedontheconversiondomainchannelestmati

Description: 本代码是基于OFDM系统的一种转换域估计算法,有整个OFDM系统及改进的信道估计算法仿真。包括LS,MMSE,LMMSE,DFT,及改进后的DCT算法。-The code is based on the OFDM system, the conversion of a domain estimation algorithm, the OFDM system and revamp the entire channel estimation algorithm for the simulation. Including the LS, MMSE, LMMSE, DFT, and DCT algorithm improved.
Platform: | Size: 239616 | Author: 赵琪 | Hits:

[Compress-Decompress algrithmsDiscrete_Cosine_and_Sine_Transforms

Description: 继 Discrete Cosine Transform: Algorithms, Advantages, Applications (K. R. Rao and P. Yip) 之后的一本关于离散余弦变换(DCT)的快速实现算法的最新专著. 本书第五章“Integer Discrete Cosine/Sine Transforms”关于DCT整数近似实现写的非常详细和精彩, 很方便大家编程实现. 值得一提的是本书的第一作者Vladimir Britanak 一直在从事DCT, 尤其是改进的离散余弦变换(MDCT)的快速算法的研究.-This book, which is written very carefully, is a new monograph of Discrete Cosine Transform (DCT).The fifth chapter about the Integer Discrete Cosine/Sine Transforms is especially wonderful.
Platform: | Size: 2693120 | Author: 伍家松 | Hits:

[matlabjpeg_encode+decoderhojoon

Description: This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious. -This is a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious.
Platform: | Size: 3072 | Author: Ho Joon Lee | Hits:

[matlabrgbquadtreehojoon

Description: This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious. -This is a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious.
Platform: | Size: 128000 | Author: Ho Joon Lee | Hits:

[Graph programdct

Description: 计算单纯的DCT(离散余弦变换)的变换,非常有用-calculator the dct transform s programme,vrey useful for you
Platform: | Size: 6144 | Author: freed | Hits:

[Special Effectsdct

Description: 这是一个matlab环境下的离散余弦变换的程序,与matlab的dct程序运行结果一样-This is a matlab environment, discrete cosine transform process, and matlab s dct program runs the same result as
Platform: | Size: 1024 | Author: zhouzixuan | Hits:

[VHDL-FPGA-Verilogverilog dct

Description: 其使用模块的代码风格来编写,能够8点dct的转换(Its use of the module's code style to write, to 8 dct conversion)
Platform: | Size: 34816 | Author: 未曾走远 | Hits:
« 12 3 »

CodeBus www.codebus.net